-
-
Notifications
You must be signed in to change notification settings - Fork 579
chore: Pin action tag #800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe pull request involves a modification to the GitHub Actions workflow file Changes
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/reusable-tox.yml (1)
410-410: LGTM! Good practice to pin the action to a specific commit hash.Pinning to a specific commit hash (
4e79e65778be1cecd5df25e14af1eafb6df80ea9) instead of using a floating tag (v1) improves security and ensures reproducible builds.To fix the line length warning, add a yamllint disable comment similar to other long lines in this file:
- uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2 + # yamllint disable-line rule:line-length + uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2🧰 Tools
🪛 GitHub Check: 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest
[failure] 410-410:
410:81 [line-length] line too long (90 > 80 characters)🪛 GitHub Actions: 🌱 Commit a3f3530 triggered by: push of refs/heads/chore/codecov branch (workflow run ID: 13061466235; number: 450; attempt: 1)
[error] 410-410: Line length exceeds maximum limit (90 characters found, 80 characters allowed)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/reusable-tox.yml(1 hunks)
🧰 Additional context used
🪛 GitHub Check: 🧹 Linters / pre-commit@🐍3.13@ubuntu-latest
.github/workflows/reusable-tox.yml
[failure] 410-410:
410:81 [line-length] line too long (90 > 80 characters)
🪛 GitHub Actions: 🌱 Commit a3f3530 triggered by: push of refs/heads/chore/codecov branch (workflow run ID: 13061466235; number: 450; attempt: 1)
.github/workflows/reusable-tox.yml
[error] 410-410: Line length exceeds maximum limit (90 characters found, 80 characters allowed)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: 🧪 Tests / pytest@🐍3.9@macos-14
- GitHub Check: pre-commit
|
This PR is included in version 1.97.1 🎉 |
Tag was realeased
Summary by CodeRabbit